home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web24 / Case 3 / dome.css < prev    next >
Cascading Style Sheet File  |  2011-03-28  |  1KB  |  49 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 5
  4.    Case Problem 3
  5.  
  6.    dHome Web Site Style Sheet
  7.    Author: Jose Puentes
  8.    Date:   3/28/11
  9.  
  10.    Filename:         dome.css
  11.    Supporting Files: domepaper.jpg, leftbox.jpg, rightbox.jpg
  12.  
  13. */
  14.  
  15. body             {margin: 0px; padding: 0px; font-size: 15px; 
  16.                   font-family: Arial, Helvetica, sans-serif;
  17.                   background: url(domepaper.jpg) no-repeat 0% 0%}
  18. #head            {position: absolute; top: 0px; left: 0px}
  19. #links           {position: absolute; top: 60px; left: 5px; width: 750px;
  20.                   border-bottom: 2px solid rgb(132,208,195)}
  21.  
  22. #pageContent     {position: absolute; top: 115px; left: 15px; width: 750px}
  23. #pageContent p b {color: rgb(82,158,145); letter-spacing: 3px}
  24. address          {font-style: normal; font-variant: small-caps; text-align: center;
  25.                   border-top: 2px solid rgb(132,208,195)}
  26.  
  27. #links ul      {list-style-type: none; padding: 0px; margin: 5px 0px 0px 5px}
  28.  
  29. #links li      {display: inline; float: left; font-size: 14px; margin-right: 5px; 
  30.           background: url(rightbox.jpg) no-repeat right center}
  31.  
  32. #links a      {display: block; color: black; text-decoration: none; background: url(leftbox.jpg) 
  33.           no-repeat left center; padding: 10px 15px}
  34.  
  35. #links a:hover      {color: blue}
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.